cbuffer g_GlobalConstantBufferUser : register (b2)
{
  // define your constants here i.e:
  float4   myConstant     : packoffset(c0);   // This is my constant
}
